Vcenter Lcm Deployment Common ResourceAllocationInfo

Vcenter Lcm Deployment Common ResourceAllocationInfo
Vcenter Lcm Deployment Common ResourceAllocationInfo

The Vcenter Lcm Deployment Common ResourceAllocationInfo schema contains resource allocation information for a VM.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "reservation": 0,
    "allocate": "string"
}
integer As int64 As int64
reservation
Required

Amount of resource that is guaranteed available to the virtual machine. Reserved resources are not wasted if they are not used. If the utilization is less than the reservation, the resources can be utilized by other running virtual machines. Units are MB for memory, and MHz for CPU.

This property was added in vSphere API 9.0.0.0.

string
allocate
Optional

For more information see: Vcenter Lcm Deployment Common AllocateResource.

This property was added in vSphere API 9.0.0.0.

If missing or null will allocate resource at VM deployment.